home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 1.1 / SGI EnlightenDSM 1.1.iso / dec3240 / events.z / events / snmp / AgentENL.mib next >
Text File  |  1998-06-30  |  25KB  |  648 lines

  1. --
  2. --
  3. --  RFC1213-MIB DEFINITIONS ::= BEGIN
  4. --
  5. --  IMPORTS
  6. --      mgmt, NetworkAddress, IpAddress, Counter, Gauge, TimeTicks
  7. --              FROM RFC1155-SMI
  8. --      OBJECT-TYPE
  9. --          FROM RFC-1212;
  10. --
  11. --  This MIB module uses the extended OBJECT-TYPE macro as
  12. --  defined in [14];
  13. --
  14. --
  15. --  MIB-II (same prefix as MIB-I)
  16. --
  17. --  mib-2      OBJECT IDENTIFIER ::= { mgmt 1 }
  18. --
  19. --
  20. -- groups in MIB-II
  21. --
  22. --  system       OBJECT IDENTIFIER ::= { mib-2 1 }
  23. --
  24. -- the System group
  25. --
  26. -- Implementation of the System group is mandatory for all
  27. -- systems.  If an agent is not configured to have a value
  28. -- for any of these variables, a string of length 0 is
  29. -- returned.
  30. --
  31. --  sysDescr OBJECT-TYPE
  32. --      SYNTAX  DisplayString (SIZE (0..255))
  33. --      ACCESS  read-only
  34. --      STATUS  mandatory
  35. --      DESCRIPTION
  36. --          "A textual description of the entity.  This value
  37. --          should include the full name and version
  38. --          identification of the system's hardware type,
  39. --          software operating-system, and networking
  40. --          software.  It is mandatory that this only contain
  41. --          printable ASCII characters."
  42. --      ::= { system 1 }
  43. --
  44. --  sysObjectID OBJECT-TYPE
  45. --      SYNTAX  OBJECT IDENTIFIER
  46. --      ACCESS  read-only
  47. --      STATUS  mandatory
  48. --      DESCRIPTION
  49. --          "The vendor's authoritative identification of the
  50. --          network management subsystem contained in the
  51. --          entity.  This value is allocated within the SMI
  52. --          enterprises subtree (1.3.6.1.4.1) and provides an
  53. --          easy and unambiguous means for determining `what
  54. --          kind of box' is being managed.  For example, if
  55. --          vendor `Flintstones, Inc.' was assigned the
  56. --          subtree 1.3.6.1.4.1.4242, it could assign the
  57. --          identifier 1.3.6.1.4.1.4242.1.1 to its `Fred
  58. --          Router'."
  59. --      ::= { system 2 }
  60. --
  61. --  sysUpTime OBJECT-TYPE
  62. --      SYNTAX  TimeTicks
  63. --      ACCESS  read-only
  64. --      STATUS  mandatory
  65. --      DESCRIPTION
  66. --          "The time (in hundredths of a second) since the
  67. --          network management portion of the system was last
  68. --          re-initialized."
  69. --      ::= { system 3 }
  70. --
  71. --  sysContact OBJECT-TYPE
  72. --      SYNTAX  DisplayString (SIZE (0..255))
  73. --      ACCESS  read-write
  74. --      STATUS  mandatory
  75. --      DESCRIPTION
  76. --          "The textual identification of the contact person
  77. --          for this managed node, together with information
  78. --          on how to contact this person."
  79. --      ::= { system 4 }
  80. --
  81. --  sysName OBJECT-TYPE
  82. --      SYNTAX  DisplayString (SIZE (0..255))
  83. --      ACCESS  read-write
  84. --      STATUS  mandatory
  85. --      DESCRIPTION
  86. --          "An administratively-assigned name for this
  87. --          managed node.  By convention, this is the node's
  88. --          fully-qualified domain name."
  89. --      ::= { system 5 }
  90. --
  91. --  sysLocation OBJECT-TYPE
  92. --      SYNTAX  DisplayString (SIZE (0..255))
  93. --      ACCESS  read-write
  94. --      STATUS  mandatory
  95. --      DESCRIPTION
  96. --          "The physical location of this node (e.g.,
  97. --          `telephone closet, 3rd floor')."
  98. --      ::= { system 6 }
  99. --
  100. --  sysServices OBJECT-TYPE
  101. --      SYNTAX  INTEGER (0..127)
  102. --      ACCESS  read-only
  103. --      STATUS  mandatory
  104. --      DESCRIPTION
  105. --          "A value which indicates the set of services that
  106. --          this entity primarily offers.
  107. --
  108. --          The value is a sum.  This sum initially takes the
  109. --          value zero, Then, for each layer, L, in the range
  110. --          1 through 7, that this node performs transactions
  111. --          for, 2 raised to (L - 1) is added to the sum.  For
  112. --          example, a node which performs primarily routing
  113. --          functions would have a value of 4 (2^(3-1)).  In
  114. --          contrast, a node which is a host offering
  115. --          application services would have a value of 72
  116. --          (2^(4-1) + 2^(7-1)).  Note that in the context of
  117. --          the Internet suite of protocols, values should be
  118. --          calculated accordingly:
  119. --
  120. --           layer  functionality
  121. --               1  physical (e.g., repeaters)
  122. --               2  datalink/subnetwork (e.g., bridges)
  123. --               3  internet (e.g., IP gateways)
  124. --               4  end-to-end  (e.g., IP hosts)
  125. --               7  applications (e.g., mail relays)
  126. --
  127. --          For systems including OSI protocols, layers 5 and
  128. --          6 may also be counted."
  129. --      ::= { system 7 }
  130. --
  131. --
  132. -- SMUX GROUP
  133. --
  134. --          unIx    OBJECT IDENTIFIER ::= { enterprises 4 }
  135. --          smux    OBJECT IDENTIFIER ::= { unIx 4 }
  136. --
  137. --          smuxPeerTable   OBJECT-TYPE
  138. --                  SYNTAX  SEQUENCE OF SmuxPeerEntry
  139. --                  ACCESS  not-accessible
  140. --                  STATUS  mandatory
  141. --                  DESCRIPTION
  142. --                      "The SMUX peer table."
  143. --                  ::= { smux 1 }
  144. --
  145. --          smuxPeerEntry   OBJECT-TYPE
  146. --                  SYNTAX  SmuxPeerEntry
  147. --                  ACCESS  not-accessible
  148. --                  STATUS  mandatory
  149. --                  DESCRIPTION
  150. --                      "An entry in the SMUX peer table."
  151. --                  INDEX   { smuxPindex }
  152. --                  ::= { smuxPeerTable 1}
  153. --
  154. --          SmuxPeerEntry ::=
  155. --              SEQUENCE {
  156. --                  smuxPindex
  157. --                      INTEGER,
  158. --                  smuxPidentity
  159. --                      OBJECT IDENTIFIER,
  160. --                  smuxPdescription
  161. --                      DisplayString,
  162. --                  smuxPstatus
  163. --                      INTEGER
  164. --              }
  165. --
  166. --          smuxPindex      OBJECT-TYPE
  167. --                  SYNTAX  INTEGER
  168. --                  ACCESS  read-only
  169. --                  STATUS  mandatory
  170. --                  DESCRIPTION
  171. --                      "An index which uniquely identifies a SMUX peer."
  172. --                  ::= { smuxPeerEntry 1 }
  173. --
  174. --          smuxPidentity   OBJECT-TYPE
  175. --                  SYNTAX  OBJECT IDENTIFIER
  176. --                  ACCESS  read-only
  177. --                  STATUS  mandatory
  178. --                  DESCRIPTION
  179. --                      "The authoritative designation for a SMUX peer."
  180. --                  ::= { smuxPeerEntry 2 }
  181. --
  182. --          smuxPdescription OBJECT-TYPE
  183. --                  SYNTAX  DisplayString (SIZE (0..255))
  184. --                  ACCESS  read-only
  185. --                  STATUS  mandatory
  186. --                  DESCRIPTION
  187. --                      "A human-readable description of a SMUX peer."
  188. --                  ::= { smuxPeerEntry 3 }
  189. --
  190. --          smuxPstatus     OBJECT-TYPE
  191. --                  SYNTAX  INTEGER { valid(1), invalid(2), connecting(3) }
  192. --                  ACCESS  read-write
  193. --                  STATUS  mandatory
  194. --                  DESCRIPTION
  195. --                      "The type of SMUX peer.
  196. --
  197. --                      Setting this object to the value invalid(2) has
  198. --                      the effect of invaliding the corresponding entry
  199. --                      in the smuxPeerTable.  It is an implementation-
  200. --                      specific matter as to whether the agent removes an
  201. --                      invalidated entry from the table.  Accordingly,
  202. --                      management stations must be prepared to receive
  203. --                      tabular information from agents that correspond to
  204. --                      entries not currently in use.  Proper
  205. --                      interpretation of such entries requires
  206. --                      examination of the relative smuxPstatus object."
  207. --                  ::= { smuxPeerEntry 4 }
  208. --
  209. --          smuxTreeTable   OBJECT-TYPE
  210. --                  SYNTAX  SEQUENCE OF SmuxTreeEntry
  211. --                  ACCESS  not-accessible
  212. --                  STATUS  mandatory
  213. --                  DESCRIPTION
  214. --                      "The SMUX tree table."
  215. --                  ::= { smux 2 }
  216. --
  217. --
  218. --          smuxTreeEntry   OBJECT-TYPE
  219. --                  SYNTAX  SmuxTreeEntry
  220. --                  ACCESS  not-accessible
  221. --                  STATUS  mandatory
  222. --                  DESCRIPTION
  223. --                      "An entry in the SMUX tree table."
  224. --                  INDEX   { smuxTsubtree, smuxTpriority }
  225. --                  ::= { smuxTreeTable 1}
  226. --
  227. --          SmuxTreeEntry ::=
  228. --              SEQUENCE {
  229. --                  smuxTsubtree
  230. --                      OBJECT IDENTIFIER,
  231. --                  smuxTpriority
  232. --                      INTEGER,
  233. --                  smuxTindex
  234. --                      INTEGER,
  235. --                  smuxTstatus
  236. --                      INTEGER
  237. --              }
  238. --
  239. --          smuxTsubtree    OBJECT-TYPE
  240. --                  SYNTAX  OBJECT IDENTIFIER
  241. --                  ACCESS  read-only
  242. --                  STATUS  mandatory
  243. --                  DESCRIPTION
  244. --                      "The MIB subtree being exported by a SMUX peer."
  245. --                  ::= { smuxTreeEntry 1 }
  246. --
  247. --          smuxTpriority OBJECT-TYPE
  248. --                  SYNTAX  INTEGER (0..2147483647)
  249. --                  ACCESS  read-only
  250. --                  STATUS  mandatory
  251. --                  DESCRIPTION
  252. --                      "The SMUX peer's priority when exporting the MIB
  253. --                      subtree."
  254. --                  ::= { smuxTreeEntry 2 }
  255. --
  256. --          smuxTindex OBJECT-TYPE
  257. --                  SYNTAX  INTEGER
  258. --                  ACCESS  read-only
  259. --                  STATUS  mandatory
  260. --                  DESCRIPTION
  261. --                      "The SMUX peer's identity."
  262. --                  ::= { smuxTreeEntry 3 }
  263. --
  264. --          smuxTstatus     OBJECT-TYPE
  265. --                  SYNTAX  INTEGER { valid(1), invalid(2) }
  266. --                  ACCESS  read-write
  267. --                  STATUS  mandatory
  268. --                  DESCRIPTION
  269. --                      "The type of SMUX tree.
  270. --
  271. --                      Setting this object to the value invalid(2) has
  272. --                      the effect of invaliding the corresponding entry
  273. --                      in the smuxTreeTable.  It is an implementation-
  274. --                      specific matter as to whether the agent removes an
  275. --                      invalidated entry from the table.  Accordingly,
  276. --                      management stations must be prepared to receive
  277. --                      tabular information from agents that correspond to
  278. --                      entries not currently in use.  Proper
  279. --                      interpretation of such entries requires
  280. --                      examination of the relative smuxTstatus object."
  281. --                  ::= { smuxTreeEntry 4 }
  282. --
  283. --
  284. --  SNMP GROUP
  285. --
  286. --
  287. --          mib-2      OBJECT IDENTIFIER ::= { mgmt 1 }
  288. --          snmp         OBJECT IDENTIFIER ::= { mib-2 11 }
  289. --
  290. --             the SNMP group
  291. --
  292. --             Implementation of the SNMP group is mandatory for all
  293. --             systems which support an SNMP protocol entity.  Some of
  294. --             the objects defined below will be zero-valued in those
  295. --             SNMP implementations that are optimized to support only
  296. --             those functions specific to either a management agent or
  297. --             a management station.  In particular, it should be
  298. --             observed that the objects below refer to an SNMP entity,
  299. --             and there may be several SNMP entities residing on a
  300. --             managed node (e.g., if the node is hosting acting as
  301. --             a management station).
  302. --
  303. --          snmpInPkts OBJECT-TYPE
  304. --              SYNTAX  Counter
  305. --              ACCESS  read-only
  306. --              STATUS  mandatory
  307. --              DESCRIPTION
  308. --                      "The total number of Messages delivered to the
  309. --                      SNMP entity from the transport service."
  310. --              ::= { snmp 1 }
  311. --
  312. --          snmpOutPkts OBJECT-TYPE
  313. --              SYNTAX  Counter
  314. --              ACCESS  read-only
  315. --              STATUS  mandatory
  316. --              DESCRIPTION
  317. --                      "The total number of SNMP Messages which were
  318. --                      passed from the SNMP protocol entity to the
  319. --                      transport service."
  320. --              ::= { snmp 2 }
  321. --
  322. --          snmpInBadVersions OBJECT-TYPE
  323. --              SYNTAX  Counter
  324. --              ACCESS  read-only
  325. --              STATUS  mandatory
  326. --              DESCRIPTION
  327. --                      "The total number of SNMP Messages which were
  328. --                      delivered to the SNMP protocol entity and were for
  329. --                      an unsupported SNMP version."
  330. --              ::= { snmp 3 }
  331. --
  332. --          snmpInBadCommunityNames OBJECT-TYPE
  333. --              SYNTAX  Counter
  334. --              ACCESS  read-only
  335. --              STATUS  mandatory
  336. --              DESCRIPTION
  337. --                      "The total number of SNMP Messages delivered to
  338. --                      the SNMP protocol entity which used a SNMP
  339. --                      community name not known to said entity."
  340. --              ::= { snmp 4 }
  341. --
  342. --          snmpInBadCommunityUses OBJECT-TYPE
  343. --              SYNTAX  Counter
  344. --              ACCESS  read-only
  345. --              STATUS  mandatory
  346. --              DESCRIPTION
  347. --                      "The total number of SNMP Messages delivered to
  348. --                      the SNMP protocol entity which represented an SNMP
  349. --                      operation which was not allowed by the SNMP
  350. --                      community named in the Message."
  351. --              ::= { snmp 5 }
  352. --
  353. --          snmpInASNParseErrs OBJECT-TYPE
  354. --              SYNTAX  Counter
  355. --              ACCESS  read-only
  356. --              STATUS  mandatory
  357. --              DESCRIPTION
  358. --                      "The total number of ASN.1 or BER errors
  359. --                      encountered by the SNMP protocol entity when
  360. --                      decoding received SNMP Messages."
  361. --              ::= { snmp 6 }
  362. --
  363. --
  364. --          { snmp 7 } is not used
  365. --
  366. --          snmpInTooBigs OBJECT-TYPE
  367. --              SYNTAX  Counter
  368. --              ACCESS  read-only
  369. --              STATUS  mandatory
  370. --              DESCRIPTION
  371. --                      "The total number of SNMP PDUs which were
  372. --                      delivered to the SNMP protocol entity and for
  373. --                      which the value of the error-status field is
  374. --                      `tooBig'."
  375. --              ::= { snmp 8 }
  376. --
  377. --          snmpInNoSuchNames OBJECT-TYPE
  378. --              SYNTAX  Counter
  379. --              ACCESS  read-only
  380. --              STATUS  mandatory
  381. --              DESCRIPTION
  382. --                      "The total number of SNMP PDUs which were
  383. --                      delivered to the SNMP protocol entity and for
  384. --                      which the value of the error-status field is
  385. --                      `noSuchName'."
  386. --              ::= { snmp 9 }
  387. --
  388. --          snmpInBadValues OBJECT-TYPE
  389. --              SYNTAX  Counter
  390. --              ACCESS  read-only
  391. --              STATUS  mandatory
  392. --              DESCRIPTION
  393. --                      "The total number of SNMP PDUs which were
  394. --                      delivered to the SNMP protocol entity and for
  395. --                      which the value of the error-status field is
  396. --                      `badValue'."
  397. --              ::= { snmp 10 }
  398. --
  399. --          snmpInReadOnlys OBJECT-TYPE
  400. --              SYNTAX  Counter
  401. --              ACCESS  read-only
  402. --              STATUS  mandatory
  403. --              DESCRIPTION
  404. --                      "The total number valid SNMP PDUs which were
  405. --                      delivered to the SNMP protocol entity and for
  406. --                      which the value of the error-status field is
  407. --                      `readOnly'.  It should be noted that it is a
  408. --                      protocol error to generate an SNMP PDU which
  409. --                      contains the value `readOnly' in the error-status
  410. --                      field, as such this object is provided as a means
  411. --                      of detecting incorrect implementations of the
  412. --                      SNMP."
  413. --              ::= { snmp 11 }
  414. --
  415. --          snmpInGenErrs OBJECT-TYPE
  416. --              SYNTAX  Counter
  417. --              ACCESS  read-only
  418. --              STATUS  mandatory
  419. --              DESCRIPTION
  420. --                      "The total number of SNMP PDUs which were
  421. --                      delivered to the SNMP protocol entity and for
  422. --                      which the value of the error-status field is
  423. --                      `genErr'."
  424. --              ::= { snmp 12 }
  425. --
  426. --          snmpInTotalReqVars OBJECT-TYPE
  427. --              SYNTAX  Counter
  428. --              ACCESS  read-only
  429. --              STATUS  mandatory
  430. --              DESCRIPTION
  431. --                      "The total number of MIB objects which have been
  432. --                      retrieved successfully by the SNMP protocol entity
  433. --                      as the result of receiving valid SNMP Get-Request
  434. --                      and Get-Next PDUs."
  435. --              ::= { snmp 13 }
  436. --
  437. --          snmpInTotalSetVars OBJECT-TYPE
  438. --              SYNTAX  Counter
  439. --              ACCESS  read-only
  440. --              STATUS  mandatory
  441. --              DESCRIPTION
  442. --                      "The total number of MIB objects which have been
  443. --                      altered successfully by the SNMP protocol entity
  444. --                      as the result of receiving valid SNMP Set-Request
  445. --                      PDUs."
  446. --              ::= { snmp 14 }
  447. --
  448. --          snmpInGetRequests OBJECT-TYPE
  449. --              SYNTAX  Counter
  450. --              ACCESS  read-only
  451. --              STATUS  mandatory
  452. --              DESCRIPTION
  453. --                      "The total number of SNMP Get-Request PDUs which
  454. --                      have been accepted and processed by the SNMP
  455. --                      protocol entity."
  456. --              ::= { snmp 15 }
  457. --
  458. --          snmpInGetNexts OBJECT-TYPE
  459. --              SYNTAX  Counter
  460. --              ACCESS  read-only
  461. --              STATUS  mandatory
  462. --              DESCRIPTION
  463. --                      "The total number of SNMP Get-Next PDUs which have
  464. --                      been accepted and processed by the SNMP protocol
  465. --                      entity."
  466. --              ::= { snmp 16 }
  467. --
  468. --          snmpInSetRequests OBJECT-TYPE
  469. --              SYNTAX  Counter
  470. --              ACCESS  read-only
  471. --              STATUS  mandatory
  472. --              DESCRIPTION
  473. --                      "The total number of SNMP Set-Request PDUs which
  474. --                      have been accepted and processed by the SNMP
  475. --                      protocol entity."
  476. --              ::= { snmp 17 }
  477. --
  478. --          snmpInGetResponses OBJECT-TYPE
  479. --              SYNTAX  Counter
  480. --              ACCESS  read-only
  481. --              STATUS  mandatory
  482. --              DESCRIPTION
  483. --                      "The total number of SNMP Get-Response PDUs which
  484. --                      have been accepted and processed by the SNMP
  485. --                      protocol entity."
  486. --              ::= { snmp 18 }
  487. --
  488. --          snmpInTraps OBJECT-TYPE
  489. --              SYNTAX  Counter
  490. --              ACCESS  read-only
  491. --              STATUS  mandatory
  492. --              DESCRIPTION
  493. --                      "The total number of SNMP Trap PDUs which have
  494. --                      been accepted and processed by the SNMP protocol
  495. --                      entity."
  496. --              ::= { snmp 19 }
  497. --
  498. --          snmpOutTooBigs OBJECT-TYPE
  499. --              SYNTAX  Counter
  500. --              ACCESS  read-only
  501. --              STATUS  mandatory
  502. --              DESCRIPTION
  503. --                      "The total number of SNMP PDUs which were
  504. --                      generated by the SNMP protocol entity and for
  505. --                      which the value of the error-status field is
  506. --                      `tooBig.'"
  507. --              ::= { snmp 20 }
  508. --
  509. --
  510. --
  511. --          snmpOutNoSuchNames OBJECT-TYPE
  512. --              SYNTAX  Counter
  513. --              ACCESS  read-only
  514. --              STATUS  mandatory
  515. --              DESCRIPTION
  516. --                      "The total number of SNMP PDUs which were
  517. --                      generated by the SNMP protocol entity and for
  518. --                      which the value of the error-status is
  519. --                      `noSuchName'."
  520. --              ::= { snmp 21 }
  521. --
  522. --          snmpOutBadValues OBJECT-TYPE
  523. --              SYNTAX  Counter
  524. --              ACCESS  read-only
  525. --              STATUS  mandatory
  526. --              DESCRIPTION
  527. --                      "The total number of SNMP PDUs which were
  528. --                      generated by the SNMP protocol entity and for
  529. --                      which the value of the error-status field is
  530. --                      `badValue'."
  531. --              ::= { snmp 22 }
  532. --
  533. --          { snmp 23 } is not used
  534. --
  535. --          snmpOutGenErrs OBJECT-TYPE
  536. --              SYNTAX  Counter
  537. --              ACCESS  read-only
  538. --              STATUS  mandatory
  539. --              DESCRIPTION
  540. --                      "The total number of SNMP PDUs which were
  541. --                      generated by the SNMP protocol entity and for
  542. --                      which the value of the error-status field is
  543. --                      `genErr'."
  544. --              ::= { snmp 24 }
  545. --
  546. --          snmpOutGetRequests OBJECT-TYPE
  547. --              SYNTAX  Counter
  548. --              ACCESS  read-only
  549. --              STATUS  mandatory
  550. --              DESCRIPTION
  551. --                      "The total number of SNMP Get-Request PDUs which
  552. --                      have been generated by the SNMP protocol entity."
  553. --              ::= { snmp 25 }
  554. --
  555. --          snmpOutGetNexts OBJECT-TYPE
  556. --              SYNTAX  Counter
  557. --              ACCESS  read-only
  558. --              STATUS  mandatory
  559. --              DESCRIPTION
  560. --                      "The total number of SNMP Get-Next PDUs which have
  561. --                      been generated by the SNMP protocol entity."
  562. --              ::= { snmp 26 }
  563. --
  564. --          snmpOutSetRequests OBJECT-TYPE
  565. --              SYNTAX  Counter
  566. --              ACCESS  read-only
  567. --              STATUS  mandatory
  568. --              DESCRIPTION
  569. --                      "The total number of SNMP Set-Request PDUs which
  570. --                      have been generated by the SNMP protocol entity."
  571. --              ::= { snmp 27 }
  572. --
  573. --          snmpOutGetResponses OBJECT-TYPE
  574. --              SYNTAX  Counter
  575. --              ACCESS  read-only
  576. --              STATUS  mandatory
  577. --              DESCRIPTION
  578. --                      "The total number of SNMP Get-Response PDUs which
  579. --                      have been generated by the SNMP protocol entity."
  580. --              ::= { snmp 28 }
  581. --
  582. --          snmpOutTraps OBJECT-TYPE
  583. --              SYNTAX  Counter
  584. --              ACCESS  read-only
  585. --              STATUS  mandatory
  586. --              DESCRIPTION
  587. --                      "The total number of SNMP Trap PDUs which have
  588. --                      been generated by the SNMP protocol entity."
  589. --              ::= { snmp 29 }
  590. --
  591. --          snmpEnableAuthenTraps OBJECT-TYPE
  592. --              SYNTAX  INTEGER { enabled(1), disabled(2) }
  593. --              ACCESS  read-write
  594. --              STATUS  mandatory
  595. --              DESCRIPTION
  596. --                      "Indicates whether the SNMP agent process is
  597. --                      permitted to generate authentication-failure
  598. --                      traps.  The value of this object overrides any
  599. --                      configuration information; as such, it provides a
  600. --                      means whereby all authentication-failure traps may
  601. --                      be disabled.
  602. --
  603. --                      Note that it is strongly recommended that this
  604. --                      object be stored in non-volatile memory so that it
  605. --                      remains constant between re-initializations of the
  606. --                      network management system."
  607. --              ::= { snmp 30 }
  608. --
  609. --
  610. --
  611. --    
  612. --        Trap Definitions (from RFC 1215)
  613. --    
  614. --
  615. --          coldStart TRAP-TYPE
  616. --              ENTERPRISE  snmp
  617. --              DESCRIPTION
  618. --                          "A coldStart trap signifies that the sending
  619. --                          protocol entity is reinitializing itself such
  620. --                          that the agent's configuration or the rotocol
  621. --                          entity implementation may be altered."
  622. --              ::= 0
  623. --
  624. --
  625. --          warmStart TRAP-TYPE
  626. --              ENTERPRISE  snmp
  627. --              DESCRIPTION
  628. --                          "A warmStart trap signifies that the sending
  629. --                          protocol entity is reinitializing itself such
  630. --                          that neither the agent configuration nor the
  631. --                          protocol entity implementation is altered."
  632. --              ::= 1
  633. --
  634. --
  635. --          authenticationFailure TRAP-TYPE
  636. --              ENTERPRISE  snmp
  637. --              DESCRIPTION
  638. --                          "An authenticationFailure trap signifies that
  639. --                          the sending protocol entity is the addressee
  640. --                          of a protocol message that is not properly
  641. --                          authenticated.  While implementations of the
  642. --                          SNMP must be capable of generating this trap,
  643. --                          they must also be capable of suppressing the
  644. --                          emission of such traps via an implementation-
  645. --                          specific mechanism."
  646. --              ::= 4
  647. --
  648.